home *** CD-ROM | disk | FTP | other *** search
/ DC CD-ROM Comic Book: Aq…- War of the Water Worlds / DC CD-ROM Comic Book: Aquaman - War of the Water Worlds.iso / pc / auto04.dxr / 00005.ls < prev    next >
Encoding:
Text File  |  1996-08-30  |  340 b   |  13 lines

  1. on enterFrame
  2.   global k, s20, s60
  3.   if k = 0 then
  4.     set the visible of sprite 19 to 1
  5.     animate("a04-2vx.wav", 19, "a04-201t.bmp", 5, s60, EMPTY)
  6.     set the visible of sprite 19 to 0
  7.     puppetSprite(19, 0)
  8.     puppetSprite(18, 1)
  9.     set the castNum of sprite 18 to the number of member "a04-205t.bmp"
  10.     updateStage()
  11.   end if
  12. end
  13.